home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Magazin: Amiga-CD 1997 May & June
/
Amiga-CD 1997 #5-6.iso
/
grafik
/
wildfire
/
wildfirenofpu
/
macros
/
loadsessions.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1997-03-07
|
464b
|
25 lines
/*
------------------------------------------------------------
LoadSessions.rexx
This script demonstrates how to load sessions using WF
Copyright ©1997 WK-Artworks
------------------------------------------------------------
*/
parse arg sessionfile
Options Results
if ~show('P','Wildfire') then do
say " Error: The Wildfire-program must be started before executing this script."
exit
end
address "Wildfire"
options results
C_LOADSESSION sessionfile